var value; // Type: boolean // Parameters var Path; // Type: string value = DeleteFile(Path);
function DeleteFile( Path : string ) : boolean;
Parameters
- Path
- Absolute path to file.
var value; // Type: boolean // Parameters var Path; // Type: string value = DeleteFile(Path);
function DeleteFile( Path : string ) : boolean;